From 2b60e997bdfad5d3793d1cf1acf4b22ba746137d Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Fri, 9 Dec 2016 17:17:06 -0600 Subject: [PATCH] Compilation errors when building with usbstub. --- jeeps/gpsusbstub.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jeeps/gpsusbstub.cc b/jeeps/gpsusbstub.cc index 28fc39d2a..5664b1900 100644 --- a/jeeps/gpsusbstub.cc +++ b/jeeps/gpsusbstub.cc @@ -25,6 +25,7 @@ #endif #include "../defs.h" +#include "src/core/logging.h" #if !HAVE_LIBUSB @@ -33,7 +34,7 @@ typedef struct gpsdevh gpsdevh; int gusb_init(const char* portname, gpsdevh** dh) { - fatal(no_usb); + Fatal() << no_usb; return 0; } -- 2.30.2